projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63af01f
)
actionbar: Document GtkBuildable child types
author
Alexander Mikhaylenko
<alexm@gnome.org>
Sat, 2 Jul 2022 22:26:18 +0000
(
02:26
+0400)
committer
Alexander Mikhaylenko
<alexm@gnome.org>
Sat, 2 Jul 2022 22:26:18 +0000
(
02:26
+0400)
gtk/gtkactionbar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkactionbar.c
b/gtk/gtkactionbar.c
index 9d7b31268360085ecea7a5c8bd3773ba4adb0051..5405315029e6fcadaa3f5768fcd43f79d3d7da9b 100644
(file)
--- a/
gtk/gtkactionbar.c
+++ b/
gtk/gtkactionbar.c
@@
-47,6
+47,13
@@
* the full width of the box, even if the children at either side take
* up different amounts of space.
*
+ * # GtkActionBar as GtkBuildable
+ *
+ * The `GtkActionBar` implementation of the `GtkBuildable` interface supports
+ * adding children at the start or end sides by specifying “start” or “end” as
+ * the “type” attribute of a `<child>` element, or setting the center widget
+ * by specifying “center” value.
+ *
* # CSS nodes
*
* ```